load-code/dotnet

get .NET assembly entry point

rule:
  meta:
    name: get .NET assembly entry point
    namespace: load-code/dotnet
    authors:
      - mehunhoff@google.com
    scopes:
      static: function
      dynamic: span of calls
  features:
    - and:
      - format: dotnet
      - property/read: System.Reflection.Assembly::EntryPoint

last edited: 2025-11-07 07:39:46